home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / RegistrationPanel.nib / data.classes next >
Text File  |  1994-03-08  |  468b  |  31 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. LicenseManager = {
  7.     ACTIONS = {
  8.     updateRegisterPanel:;
  9.     unregisterKey:;
  10.     hideStartupPanel:;
  11.     showStartupPanel:;
  12.     cancel:;
  13.     registerKey:;
  14.     showRegisterPanel:;
  15.     };
  16.     OUTLETS = {
  17.     registerPanel;
  18.     startupCustField;
  19.     cancelButton;
  20.     unregisterButton;
  21.     registerForm;
  22.     registerButton;
  23.     statusField;
  24.     startupPanel;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. RegistrationPanel = {
  29.     SUPERCLASS = Panel;
  30. };
  31.